to_hex

pure function to_hex(): text

Convert this big_integer to hexadecimal text.

Does not include a base prefix in the output, i.e. big_integer(25).to_hex() returns 19 rather than 0x19.

Since

0.12.0